Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > CacheItem<T> Class > CacheItem<T> Constructor : CacheItem<T> Constructor(String,T) |
'Usage
Dim key As String Dim value As T Dim instance As New CacheItem(Of T)(key, value)
public CacheItem(String key, T value)